-
Notifications
You must be signed in to change notification settings - Fork 51
Add ability to work with projects #144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
there are several issues with this PR I created a PR for vpc in project: #209 |
Schema: map[string]*schema.Schema{ | ||
"filter": dataSourceFiltersSchema(), | ||
|
||
"projectid": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is already a field project
. Can't we use that instead?
Schema: map[string]*schema.Schema{ | ||
"filter": dataSourceFiltersSchema(), | ||
|
||
"projectid": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is already a field project. Can't we use that instead?
@JSpon Could you please resolve the review comments |
@JSpon could you please let us know if you want the PR in the upcoming release? Currently, we need the PR to pass the tests and the conflicts must be resolved inorder to merge it |
Several data sources and resources have project support. This is to add it to more data sources and resources.